JwtError

Authentication error codes that can occur during the JWT authentication process.

Entries

Link copied to clipboard

Indicates that the authentication token has expired.

Link copied to clipboard

Indicates that decryption of the authentication token failed.

Link copied to clipboard

Token Header is not as per the required standard.

Link copied to clipboard

Token payload not as per the required standard (missing keys)

Link copied to clipboard
Link copied to clipboard

Payload content does not match the value passed in as identifier.

Link copied to clipboard

An unknown error occurred during the authentication process.

Link copied to clipboard

Token was not available for authentication. App needs to pass a valid token to the SDK.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): JwtError

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.